home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / htmled32.zip / HTMLED32.EXE / 0 / RCDATA / TFORMINPUTPROP / TFORMINPUTPROP.txt
Text File  |  1996-04-01  |  2KB  |  101 lines

  1. object FormInputProp: TFormInputProp
  2.   Left = 195
  3.   Top = 130
  4.   BorderStyle = bsDialog
  5.   Caption = 'Input Properties'
  6.   ClientHeight = 183
  7.   ClientWidth = 283
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 150
  16.     Top = 96
  17.     Width = 63
  18.     Height = 13
  19.     Caption = 'MaxLength'
  20.   end
  21.   object Label2: TLabel
  22.     Left = 12
  23.     Top = 50
  24.     Width = 33
  25.     Height = 13
  26.     Caption = 'Name'
  27.   end
  28.   object Label3: TLabel
  29.     Left = 12
  30.     Top = 96
  31.     Width = 25
  32.     Height = 13
  33.     Caption = 'Size'
  34.   end
  35.   object Label4: TLabel
  36.     Left = 150
  37.     Top = 50
  38.     Width = 33
  39.     Height = 13
  40.     Caption = 'Value'
  41.   end
  42.   object Label8: TLabel
  43.     Left = 12
  44.     Top = 8
  45.     Width = 26
  46.     Height = 13
  47.     Caption = 'Text'
  48.   end
  49.   object MaxLen: TEdit
  50.     Left = 150
  51.     Top = 112
  52.     Width = 121
  53.     Height = 20
  54.     TabOrder = 4
  55.   end
  56.   object Name: TEdit
  57.     Left = 12
  58.     Top = 66
  59.     Width = 121
  60.     Height = 20
  61.     TabOrder = 1
  62.   end
  63.   object Size: TEdit
  64.     Left = 12
  65.     Top = 112
  66.     Width = 121
  67.     Height = 20
  68.     TabOrder = 3
  69.   end
  70.   object Value: TEdit
  71.     Left = 150
  72.     Top = 66
  73.     Width = 121
  74.     Height = 20
  75.     TabOrder = 2
  76.   end
  77.   object BitBtn1: TBitBtn
  78.     Left = 54
  79.     Top = 144
  80.     Width = 77
  81.     Height = 27
  82.     TabOrder = 5
  83.     Kind = bkOK
  84.   end
  85.   object BitBtn2: TBitBtn
  86.     Left = 150
  87.     Top = 144
  88.     Width = 79
  89.     Height = 27
  90.     TabOrder = 6
  91.     Kind = bkCancel
  92.   end
  93.   object TextEdit: TEdit
  94.     Left = 12
  95.     Top = 22
  96.     Width = 259
  97.     Height = 20
  98.     TabOrder = 0
  99.   end
  100. end
  101.